lcWndZoomEnt Home

Zoom on specified graphic object (entity).

 BOOL lcWndZoomEnt (
   HANDLE hLcWnd,
   HANDLE hEnt,
   double Scale
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
hEntity
  Handle to a graphic object.
Scale
  Magnification coefficient. The value 1.0 means that the view will be set exactly on entity's extents. The value less then 1.0 means the view be diminished, the value greater then 1.0 means the view will be enlarged.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcWndZoomRect